Skip to content

CS fixes using /Users/clemens/Downloads/code-this-not-that-js/async…#6

Open
clemenspeters wants to merge 1 commit intocodediodeio:masterfrom
clemenspeters:master
Open

CS fixes using /Users/clemens/Downloads/code-this-not-that-js/async…#6
clemenspeters wants to merge 1 commit intocodediodeio:masterfrom
clemenspeters:master

Conversation

@clemenspeters
Copy link

See: https://standardjs.com/

…-await.js:33:7: Parsing error: Identifier 'sumRandomAsyncNums' has already been declared

/Users/clemens/Downloads/code-this-not-that-js/console-log.js:5:1: Expected an assignment or function call and instead saw an expression.
/Users/clemens/Downloads/code-this-not-that-js/console-log.js:11:1: Expected an assignment or function call and instead saw an expression.
/Users/clemens/Downloads/code-this-not-that-js/destructuring.js:19:10: Parsing error: Identifier 'feed' has already been declared
/Users/clemens/Downloads/code-this-not-that-js/loops.js:28:7: Parsing error: Identifier 'total' has already been declared
/Users/clemens/Downloads/code-this-not-that-js/rest-params.js:9:10: Parsing error: Identifier 'totalHitPoints' has already been declared
/Users/clemens/Downloads/code-this-not-that-js/spread-syntax.js:20:7: Parsing error: Identifier 'lvl0' has already been declared
/Users/clemens/Downloads/code-this-not-that-js/template-literals.js:8:1: Expected an assignment or function call and instead saw an expression.
/Users/clemens/Downloads/code-this-not-that-js/template-literals.js:12:1: Expected an assignment or function call and instead saw an expression. see: https://standardjs.com/.

…wait.js:33:7: Parsing error: Identifier 'sumRandomAsyncNums' has already been declared

  /Users/clemens/Downloads/code-this-not-that-js/console-log.js:5:1: Expected an assignment or function call and instead saw an expression.
  /Users/clemens/Downloads/code-this-not-that-js/console-log.js:11:1: Expected an assignment or function call and instead saw an expression.
  /Users/clemens/Downloads/code-this-not-that-js/destructuring.js:19:10: Parsing error: Identifier 'feed' has already been declared
  /Users/clemens/Downloads/code-this-not-that-js/loops.js:28:7: Parsing error: Identifier 'total' has already been declared
  /Users/clemens/Downloads/code-this-not-that-js/rest-params.js:9:10: Parsing error: Identifier 'totalHitPoints' has already been declared
  /Users/clemens/Downloads/code-this-not-that-js/spread-syntax.js:20:7: Parsing error: Identifier 'lvl0' has already been declared
  /Users/clemens/Downloads/code-this-not-that-js/template-literals.js:8:1: Expected an assignment or function call and instead saw an expression.
  /Users/clemens/Downloads/code-this-not-that-js/template-literals.js:12:1: Expected an assignment or function call and instead saw an expression. see: https://standardjs.com/.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant